home *** CD-ROM | disk | FTP | other *** search
/ NHL Starz 2003 Cardz #1 / NHL Starz 2003 Volume I CD Cardz Mario Lemieux.bin / mac / lingo.ini < prev    next >
Text File  |  2002-04-12  |  272b  |  11 lines

  1. on startup
  2.  
  3. set the soundkeepdevice to 0  
  4.  
  5. -- Added to look for files in the "assets" subdirectory  
  6. global tbsearchpath  
  7. set tbsearchpath=[]  
  8. append(tbsearchpath, the applicationPath & "assets\")  
  9. append(the searchpaths, the applicationPath & "assets")  
  10.  
  11. end startup